home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Tools / Dependencies / Definitions_PPC < prev    next >
Encoding:
Text File  |  1996-04-03  |  2.7 KB  |  104 lines  |  [TEXT/MPS ]

  1. # Definitions_PPC
  2. # Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
  3.  
  4. ###########################################################
  5. # Basic Definitions
  6. # Required variables for any MacApp builds
  7. ###########################################################
  8.  
  9. ###########################################################
  10. # MacApp Library
  11. ###########################################################
  12.  
  13. MacAppLibrary = ∂
  14.     "{MAObj}MacApp.lib.xcoff"
  15.  
  16. MacAppObjs = ∂
  17.     {CommonMacAppObjs}
  18.  
  19. MacAppLibs = ∂
  20.     {CPlusLoadObj} ∂
  21.     "{MAMailObj}"MAMail.lib ∂
  22.     "{MAAppObj}"MAApp.lib ∂
  23.     "{MAViewsObj}"MAViews.lib ∂
  24.     "{MADocsObj}"MADocs.lib ∂
  25.     "{MAFrameworkObj}"MAFramework.lib ∂
  26.     "{MAODMemMgrObj}"MAODMemMgr.lib ∂
  27.     "{MACoreObj}"MACore.lib
  28.  
  29. # The build tool will redefine one of the above to null so that dependencies on MacAppLib
  30. # will work correctly in the library case and in the obj case.
  31.  
  32. MacAppLib = ∂
  33.     {MacAppObjs} {MacAppLibrary}
  34.  
  35. ###########################################################
  36. # 68K Support
  37. ###########################################################
  38.  
  39. # These definitions are not used for PPC builds. 
  40.  
  41. UMemory_a_o =
  42.  
  43. ###########################################################
  44. # PPCC Support
  45. ###########################################################
  46.  
  47. # These are the default values for use by non-PPCC builds
  48. # They are overridden in Definitions_PPCC
  49.  
  50. # (definitions go here)
  51.  
  52. ###########################################################
  53. # MrC Support
  54. ###########################################################
  55.  
  56. # These are the default values for use by non-MrC builds
  57. # They are overridden in Definitions_MrC
  58.  
  59. # (definitions go here)
  60.  
  61. ###########################################################
  62. # Metrowerks Support
  63. ###########################################################
  64.  
  65. # These are the default values for use by non-Metrowerks builds
  66. # They are overridden in Definitions_MWPPC
  67.  
  68. CWDebug_cp_o = 
  69.  
  70. ###########################################################
  71. # Mapping for CFM Libraries
  72. #        -librename Abc.xcoff=AbcLib ∂
  73. #        -weaklib AbcLib ∂
  74. ###########################################################
  75.  
  76. AOCELibMapping = ∂
  77.     -librename AOCELib.xcoff=AOCELib ∂
  78.     -weaklib AOCELib
  79.  
  80. DragLibMapping = ∂
  81.     -weaklib DragLib
  82.  
  83. GXLibMapping = ∂
  84.     -librename QuickDrawGXLib.xcoff=GXLib ∂
  85.     -weaklib GXLib
  86.     
  87. CFMLibMapping = ∂
  88.     {AOCELibMapping} ∂
  89.     {DragLibMapping} ∂
  90.     {GXLibMapping}
  91.  
  92. ###########################################################
  93. # Name of the 68K application to merge into a fat binary
  94. ###########################################################
  95.  
  96. Merge68K = {MAAppSources}NotPPC.rsrc
  97.  
  98. ###########################################################
  99. # Misc.
  100. ###########################################################
  101.  
  102. OtherMakeSymOptions = 
  103. OtherLinkFilesPPC = 
  104.